home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?> <?xml-stylesheet href="chrome://addthis/skin/preferences.css" type="text/css"?> <!DOCTYPE prefwindow SYSTEM "chrome://addthis/locale/addthis.dtd"> <prefwindow id="at_preferencesWindow" title="&addthis.preferences.title;" buttons="accept" onload="AddThis_Preferences.initPreferences();window.sizeToContent();" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script type="application/x-javascript" src="Constants.js"/> <script type="application/x-javascript" src="Util.js"/> <script type="application/x-javascript" src="Preferences.js"/> <script type="application/x-javascript" src="Search.js"/> <script type="application/x-javascript" src="MainButton.js"/> <script type="application/x-javascript" src="Sharing.js"/> <script type="application/x-javascript" src="Toolbar.js"/> <script type="application/x-javascript" src="UrlBar.js"/> <command id="at-cmd-update-serviceprefs" oncommand="AddThis_Preferences.updateServicePrefs();" /> <command id="at-cmd-update-showbutton" oncommand="AddThis_Preferences.updateButtonPref();" /> <command id="at-cmd-update-showurlbar" oncommand="AddThis_Preferences.updateUrlbarPref();" /> <command id="at-cmd-update-showtoolbar" oncommand="AddThis_Preferences.updateToolbarPref();" /> <command id="at-cmd-update-toolbarstyle" oncommand="AddThis_Preferences.updateToolbarButtonStylePref()" /> <command id="at-cmd-set-defaultsearch" oncommand="AddThis_Preferences.setDefaultSearch();AddThis_Preferences.setAddThisSearchButton(true);" /> <command id="at-cmd-reset-defaultsearch" oncommand="AddThis_Preferences.resetDefaultSearch();AddThis_Preferences.setAddThisSearchButton(false);" /> <prefpane id="at_prefpane"> <tabbox> <tabs> <tab label="&addthis.preferences.servicetab.label;" /> <tab label="&addthis.preferences.othertab.label;" /> </tabs> <tabpanels> <tabpanel> <preferences> <preference id="at-preference-services-personal" name="extensions.addthis.service.personal" type="string" /> </preferences> <vbox> <label value="&addthis.preferences.servicetab.text;" /> <spacer height="10" /> <grid flex="1"> <columns> <column flex="1" /> <column /> <column flex="1" /> </columns> <rows> <row> <label class="listhead">Available Services</label> <label /> <label class="listhead">Selected Services</label> </row> <row> <hbox> <hbox align="center"> <label value="Filter:" control="at_prefs_filtername" /> <textbox id="at_prefs_filtername" type="timed" timeout="500" oncommand="AddThis_Preferences.filterServices();" /> </hbox> <button id="at_prefs_filtercat" type="menu" tooltiptext="&addthis.preferences.filtercat.tooltip;"> <menupopup id="at_prefs_filtercat_menu" position="after_end" oncommand="AddThis_Preferences.filterServices(event);"> <menuitem name="filtercat" type="radio" value="" label="All Categories" checked="true" /> <menuseparator /> <menuitem name="filtercat" type="radio" value="BOOKMARKING" label="Bookmarking Site" /> <menuitem name="filtercat" type="radio" value="BLOG" label="Blogging platform" /> <menuitem name="filtercat" type="radio" value="CMS" label="CMS platform" /> <menuitem name="filtercat" type="radio" value="FORUM" label="Forum" /> <menuitem name="filtercat" type="radio" value="SOCIAL_NEWS" label="Social News" /> <menuitem name="filtercat" type="radio" value="SOCIAL_NETWORK" label="Social Network" /> <menuitem name="filtercat" type="radio" value="TOOLS" label="Tools" /> <menuitem name="filtercat" type="radio" value="OTHER" label="Other" /> </menupopup> </button> </hbox> <label /> <label>The following will appear in your toolbar:</label> </row> <row> <listbox class="service-list" flex="1" id="at_prefs_list_all" rows="20" seltype="multiple" onselect="AddThis_Preferences.allListSelect();" ondblclick="AddThis_Preferences.addService();" onfocus="AddThis_Preferences.blurList('active');" /> <vbox pack="center"> <button id="btnAdd" oncommand="AddThis_Preferences.addService();" label="Add ▶" disabled="true" /> <button id="btnRemove" oncommand="AddThis_Preferences.removeService();" label="◀ Remove" disabled="true" /> <separator /> <button id="btnReset" oncommand="AddThis_Preferences.resetServicePrefs();" label="Reset" /> </vbox> <hbox flex="1"> <listbox class="service-list" flex="1" id="at_prefs_list_active" rows="20" seltype="multiple" onselect="AddThis_Preferences.activeListSelect();" ondblclick="AddThis_Preferences.removeService();" onfocus="AddThis_Preferences.blurList('all');" /> <vbox class="listorder" pack="center"> <button id="btnUp" oncommand="AddThis_Preferences.moveServiceUp();" label="▲" disabled="true" /> <button id="btnDown" oncommand="AddThis_Preferences.moveServiceDown();" label="▼" disabled="true" /> </vbox> </hbox> </row> </rows> </grid> <spacer height="5" /> <description>Don't see your favorite service? <label class="text-link" href="http://www.addthis.com/services/submit">Submit it to our Service Directory.</label></description> <listbox id="at_prefs_list_hidden" hidden="true" /> </vbox> </tabpanel> <tabpanel> <preferences> <preference id="at-preference-disable-contextmenu" name="extensions.addthis.contextmenu.disable" inverted="true" type="bool" /> </preferences> <vbox> <label value="&addthis.preferences.othertab.text;" /> <separator orient="horizontal"/> <vbox class="at_prefs_optionlist"> <checkbox id="at_prefs_showtoolbar" command="at-cmd-update-showtoolbar" label="&addthis.preferences.showtoolbar.label;" /> <radiogroup id="at_prefs_toolbarstyle" orient="horizontal"> <radio value="icons" label="Icons" command="at-cmd-update-toolbarstyle" /> <radio value="text" label="Text" command="at-cmd-update-toolbarstyle" /> <radio value="full" label="Icons + Text" command="at-cmd-update-toolbarstyle" /> </radiogroup> <checkbox id="at_prefs_showbutton" command="at-cmd-update-showbutton" label="&addthis.preferences.showbutton.label;" /> <checkbox preference="at-preference-disable-contextmenu" label="&addthis.preferences.showcontextmenu.label;" /> <checkbox id="at_prefs_showurlbar" command="at-cmd-update-showurlbar" label="&addthis.preferences.showurlbar.label;" /> </vbox> <separator orient="horizontal" /> <vbox id="at_prefs_search_container"> <label value="&addthis.preferences.search.header;" /> <separator orient="horizontal" /> <vbox class="at_prefs_optionlist"> <hbox align="center"> <button id="at_prefs_search_addthis" command="at-cmd-set-defaultsearch" label="&addthis.preferences.search.buttonname;" /> <label value="&addthis.preferences.search.buttonlabel;" /> </hbox> <hbox align="center"> <button command="at-cmd-reset-defaultsearch" label="&addthis.preferences.search.reset;" /> <label value="&addthis.preferences.search.resetlabel;" /> </hbox> </vbox> </vbox> </vbox> </tabpanel> </tabpanels> </tabbox> </prefpane> </prefwindow>